home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-08-12 | 884 b | 43 lines |
- #
- # Prototype Makefile for boot/* directories, the bootstrap
- # programs that load kernel images.
- #
- # This Makefile is automatically generated.
- # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
- #
- # Generated from /sprite/lib/mkmf/Makefile.boot
- # Mon Aug 12 15:27:36 PDT 1991
- #
- # For more information, refer to the mkmf manual page.
- #
- # $Header: /sprite/lib/mkmf/RCS/Makefile.boot,v 1.6 91/04/11 12:55:42 kupfer Exp $ SPRITE (Berkeley)
- #
- # Allow mkmf
-
- #
- # Initialize machine independent things
- #
- MACHINES = sun4c
- MAKEFILE = Makefile
- MANPAGES =
- NAME = netBoot
- SYSMAKEFILE = boot.mk
- #include <settm.mk>
- TYPE = boot
- DISTDIR ?= /dist/sprite/src/boot/netBoot
-
-
- #if exists($(TM).md/md.mk)
- #include "$(TM).md/md.mk"
- #endif
-
- #if exists(local.mk)
- #include "local.mk"
- #else
- #include <$(SYSMAKEFILE)>
- #endif
-
- #if exists($(TM).md/dependencies.mk)
- #include "$(TM).md/dependencies.mk"
- #endif
-